home *** CD-ROM | disk | FTP | other *** search
- ##base _MusicBoxBase
- ##bias 30
- ##public
- * ----- Funktionen zum Senden von erweiterten Befehlen ---
- AddUser(host) (a0)
- RemUser(mbc) (a0)
- PutCommand(mbc) (a0)
- CheckResult(mbc) (a0)
- WaitResult(mbc) (a0)
- MusicBoxCommand(mbc,command) (a0,d0)
- MusicBoxCommand1(mbc,command,arg) (a0,d0/d1)
- MusicBoxCommand2(mbc,command,arg1,arg2) (a0,d0/a1/a2)
- * ----- Requester-Funktionen -----------------------------
- InformationA(info) (a0)
- MultiRequestA(title,text,gadgets) (a0/a1/a2)
- * ----- Funktionen für Standardbefehle -------------------
- EasyCommand(host,command,arg1,arg2) (a0,d0/d1/d2)
- IconifyMusicBox()()
- UnIconifyMusicBox()()
- IconifyArchive()()
- UnIconifyArchive()()
- * ----- Archiv laden -------------------------------------
- OpenArchive(id,title,flags) (d0/d1/d2)
- * ----- Funktionen für Ports/Requests/Listen -------------
- CreatePortA(name,priority) (a0,d0)
- DeletePortA(port) (a0)
- CreateExtIOA(port,size) (a0,d0)
- DeleteExtIOA(ioRequest) (a0)
- NewListA(list) (a0)
- * ----- Locale-Funktionen --------------------------------
- GetLStr(number,default) (d0,a0)
- ErrorL(number,default) (d0,a0)
- * ----- Katalog sichten ----------------------------------
- DisplayCatalog(catalog,lowRes) (a0,d0)
- * ----- Prozess erstellen --------------------------------
- CreateProcess(function,stack,name,pri) (a0,d0/d1/d2)
- * ----- Grafikausgabe-Funktionen -------------------------
- MacFormat(rastPort,text,pixels) (a0/a1,d0)
- PutTextA(window,x,y,text) (a0,d0/d1,a1)
- PutMText(window,x,y,text,pixels) (a0,d0/d1,a1,d2)
- OffsetX(window) (a0)
- OffsetY(window) (a0)
- SleepPointer(window) (a0)
- * ----- Port-Funktionen ----------------------------------
- DeleteMMPort(port) (a0)
- CleanUpPort(port) (a0)
- * ----- Druckfunktionen ----------------------------------
- SetupPrinter()()
- PrintIt(window,catalog) (a0/a1)
- * ----- Versions-Check -----------------------------------
- LibVersionCheck(requiredVersion) (d0)
- *
- * ----- Ende von Version 1.00 ----------------------------
- *
- ##end
-